home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI238.ASC < prev    next >
Text File  |  1992-08-12  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 238
  10.   VERSION : 3.01x
  11.        OS : MS-DOS
  12.      DATE : March 13, 1986                               PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  24.   the  path to the error messages in the event they are stored in a
  25.   directory other than the  one  active at the time Turbo Pascal is
  26.   loaded. Patches for three different implementations of Tur
  27.  
  28.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  29.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  30.   directory  (or  onto  the diskette) where your  working  copy  of
  31.   information  exactly  as  it  appears.  (Conclude  each  line  by
  32.   pressing <Enter>.)
  33.  
  34.  
  35.   Note:
  36.   1.   DEBUG  is  not  sensitive  to  upper  and  lower  case.  All
  37.        addresses are listed in upper case for ease of  readability.
  38.  
  39.   2.   While in DEBUG, the prompt will appear as a dash (-).
  40.  
  41.  
  42.   3.   If you do not receive the appropriate response,    press "q"
  43.        followed by <Return>,  to  quit.  Check your version numbers
  44.        and, if correct, try  again.
  45.  
  46.   TURBO.COM - "YES" - MESSAGES INCLUDED
  47.  
  48.        YOU TYPE                              THIS APPEARS
  49.  
  50.        DEBUG TURBO.COM<ENTER>                 -
  51.        e2C40                                  XXXX:2C40 E8.
  52.        OC<Space>                              19
  53.        FF<Space>                              DB
  54.        EB<Space>                              0D
  55.        1E<Return>                             -
  56.        w                                      writing XXXX bytes
  57.        q                                      DOS prompt
  58.  
  59.  
  60.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 238
  76.   VERSION : 3.01x
  77.        OS : MS-DOS
  78.      DATE : March 13, 1986                               PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.        YOU TYPE                             THIS APPEARS
  85.  
  86.        DEBUG TURBO.COM<ENTER>                 -
  87.        e2C40                                  XXXX:2C40 E8.
  88.        24<Space>                              19
  89.        00<Space>                              DB
  90.        EB<Space>                              0D
  91.        1E<Return>                             -
  92.        w                                      writing XXXX bytes
  93.        q                                      DOS prompt
  94.  
  95.  
  96.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  97.  
  98.        YOU TYPE                              THIS APPEARS
  99.  
  100.        DEBUG TURBO-87.COM<ENTER>              -
  101.        e2709                                  XXXX:2709 E8.
  102.        0C<Space>                              50
  103.        FF<Space>                              E0
  104.        EB<Space>                              0D
  105.        1E<Return>                             -
  106.        w                                      writing XXXX bytes
  107.        q                                      DOS prompt
  108.  
  109.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  110.  
  111.        YOU TYPE                             THIS APPEARS
  112.  
  113.        DEBUG TURBO-87.COM<ENTER>              -
  114.        e2709                                  XXXX:2709 E8.
  115.        24<Space>                              50
  116.        00<Space>                              E0
  117.        EB<Space>                              0D
  118.        1E<Return>                             -
  119.        w                                      writing XXXX bytes
  120.        q                                      DOS prompt
  121.  
  122.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  123.  
  124.        YOU TYPE                              THIS APPEARS
  125.  
  126.        DEBUG TURBOBCD.COM<ENTER>              -
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.   PRODUCT : TURBO PASCAL                               NUMBER : 238
  142.   VERSION : 3.01x
  143.        OS : MS-DOS
  144.      DATE : March 13, 1986                               PAGE : 3/3
  145.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  146.  
  147.  
  148.  
  149.  
  150.        e2B61                                  XXXX:2B61 E8.
  151.        OC<Space>                              F8
  152.        FF<Space>                              DB
  153.        EB<Space>                              0D
  154.        1E<Return>                             -
  155.        w                                      writing XXXX bytes
  156.        q                                      DOS prompt
  157.  
  158.  
  159.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  160.  
  161.        YOU TYPE                              THIS APPEARS
  162.  
  163.        DEBUG TURBOBCD.COM<ENTER>              -
  164.        e2B61                                  XXXX:2B61 E8.
  165.        24<Space>                              F8
  166.        00<Space>                              DB
  167.        EB<Space>                              0D
  168.        1E<Return>                             -
  169.        w                                      writing XXXX bytes
  170.        q                                      DOS prompt
  171.  
  172.  
  173.   DISCLAIMER: You  have the right to use this technical information
  174.   subject to the terms  of  the  No-Nonsense License Statement that
  175.   you received with  the  Borland product to which this information
  176.   pertains.
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.